[QEMU] usb-uhci: Data buffer is too small
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 30 Nov 2006 17:33:11 +0000 (17:33 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Thu, 30 Nov 2006 17:33:11 +0000 (17:33 +0000)
commit671ac0de22689db93afb37dce54837641f353f46
tree8f141a56965eb094059ff46583fa86d2ba49aa2f
parentc669da88e2ae9f0adfab5fc750c966f62577098a
[QEMU] usb-uhci: Data buffer is too small

The data buffer is only 1280 bytes long but the user-supplied length
can be as large as 0x7ff.  This patch extends the buffer to 2048
bytes.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
tools/ioemu/hw/usb-uhci.c